type net/http.http2writePushPromise
6 uses
net/http (current package)
h2_bundle.go#L5065: if wpp, ok := wr.write.(*http2writePushPromise); ok {
h2_bundle.go#L7021: write: &http2writePushPromise{
h2_bundle.go#L10507: type http2writePushPromise struct {
h2_bundle.go#L10519: func (w *http2writePushPromise) staysWithinBuffer(max int) bool {
h2_bundle.go#L10524: func (w *http2writePushPromise) writeFrame(ctx http2writeContext) error {
h2_bundle.go#L10542: func (w *http2writePushPromise) writeHeaderBlock(ctx http2writeContext, frag []byte, firstFrag, lastFrag bool) error {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |